home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / history-match < prev    next >
Text File  |  2001-03-21  |  599b  |  18 lines

  1. Synopsis:
  2.    load history-match
  3.  
  4. Description:
  5.    This script attempts to emulate the T-Shell's (tcsh) history completion
  6.    capabilities, ESC-p.  The script binds META2-p to this function (META2
  7.    is bound to ^X by default).  It allows for both command completion and
  8.    argument completion from the client's command history.  If multiple
  9.    matches are found in the history, repeated ^X-p will cycle through each
  10.    possibility.
  11.  
  12. See Also:
  13.    bind(4) meta2_character; history(4); load(5)
  14.  
  15. Other Notes:
  16.    This script is believed to have been written by Matthew Green (phone).
  17.  
  18.